home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 5 / Eagles_Nest_Mac_Collection_Disc_5.TOAST / Science & Religion / MacAtoms301 / MacAtoms301 / Demo Data / Manual Example < prev    next >
Text File  |  1989-12-31  |  890b  |  45 lines

  1. The following text, including this comment and the ones that follow, comprise
  2. a data file that will plot a three-dimensional view of a body-centered cubic
  3. unit cell.  The transformation matrix is chosen to give an off-center
  4. viewpoint. Atoms of type 1 will be plotted in bright red, while atoms of
  5. type 2 will be plotted in a darker shade of green.  The atom coordinates 
  6. have already been scaled to fit the screen.  
  7.  
  8. *reset
  9.  
  10. *transform
  11.  .9834  .0000  -.1812 
  12. -.0272  .9887  -.1475  
  13.  .1792  .1500   .9723 
  14.  
  15. *atomdefs
  16. 29    65535         0    0 
  17. 24        0     16367    0 
  18.  
  19. *light
  20. -28 -39 86
  21.  
  22. *atoms
  23. 9  
  24. -50 -50 -50  1  
  25. -50  50 -50  1   
  26.  50 -50 -50  1   
  27.  50  50 -50  1   
  28.   0   0   0  2 
  29. -50 -50  50  1  
  30. -50  50  50  1   
  31.  50 -50  50  1   
  32.  50  50  50  1  
  33.  
  34. *pause
  35.  
  36. We restore the identity transform just in case the user runs another file! 
  37.  
  38. *transform
  39. 1 0 0 
  40. 0 1 0 
  41. 0 0 1 
  42.  
  43. *end
  44.